home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility3 / huge2.zip / MAKEFILE < prev   
Text File  |  1992-01-09  |  373b  |  26 lines

  1.  
  2. all: hugearr.dll
  3.  
  4. #
  5. #  Standard command line definitions
  6. #
  7.  
  8. cp=cl -Asnw -Gsw -c -Oas -Zp -W2
  9.  
  10. #
  11. #  Standard inference rules
  12. #
  13. .c.obj:
  14.     $(cp) $*.c
  15.  
  16. #
  17. #  The C File List
  18. #
  19.  
  20.  
  21. hugearr.obj: hugearr.c hugearr.h
  22.  
  23. hugearr.dll: hugearr.obj hugearr.def
  24.     link /NOD/ALIGN:16 libentry+hugearr, hugearr.dll, nul, libw+sdllcew, hugearr
  25.     rc hugearr.dll
  26.